From 7c4b8f8c810438472e666685b8e3c066087e3802 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 23 Apr 1994 02:15:05 +0000 Subject: [PATCH] Delete misplaced comment. --- lisp/files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index 518515a7b79..1bba1ef7dae 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -316,8 +316,7 @@ This is an interface to the function `load'." (interactive "sLoad library: ") (load library)) -;; OTHER is the other file to be compared. -(defun file-local-copy (file) +(defun file-local-copy (file &optional buffer) "Copy the file FILE into a temporary file on this machine. Returns the name of the local copy, or nil, if FILE is directly accessible." -- 2.30.2